home *** CD-ROM | disk | FTP | other *** search
- object frmFindServer: TfrmFindServer
- Left = 225
- Top = 199
- BorderStyle = bsDialog
- Caption = 'Find A Time Server'
- ClientHeight = 360
- ClientWidth = 562
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 304
- Top = 214
- Width = 227
- Height = 14
- Caption = 'Highlight one of the servers you have reached:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 30
- Top = 8
- Width = 158
- Height = 14
- Caption = 'If you are on a LAN, try this first:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 30
- Top = 38
- Width = 201
- Height = 14
- Caption = 'Otherwise, choose a server from this list:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 304
- Top = 184
- Width = 160
- Height = 14
- Caption = 'Test that the server is reachable:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 6
- Width = 12
- Height = 18
- Caption = '1:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 16
- Top = 36
- Width = 12
- Height = 18
- Caption = '2:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 304
- Top = 38
- Width = 189
- Height = 14
- Caption = 'Highlight one of the servers listed here:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label8: TLabel
- Left = 288
- Top = 36
- Width = 12
- Height = 18
- Caption = '3:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label9: TLabel
- Left = 288
- Top = 182
- Width = 12
- Height = 18
- Caption = '4:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label10: TLabel
- Left = 288
- Top = 212
- Width = 12
- Height = 18
- Caption = '5:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TButton
- Left = 481
- Top = 178
- Width = 75
- Height = 25
- Caption = 'C&heck Host'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object lstSuccess: TListBox
- Left = 284
- Top = 229
- Width = 271
- Height = 97
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 1
- OnDblClick = Button3Click
- end
- object Button3: TButton
- Left = 394
- Top = 332
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 482
- Top = 332
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- end
- object tvCountries: TTreeView
- Left = 8
- Top = 53
- Width = 257
- Height = 273
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Indent = 19
- ParentFont = False
- SortType = stText
- TabOrder = 4
- OnChange = tvCountriesChange
- end
- object lstServers: TListBox
- Left = 284
- Top = 53
- Width = 271
- Height = 116
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 5
- OnDblClick = Button1Click
- end
- object Button2: TButton
- Left = 208
- Top = 2
- Width = 169
- Height = 25
- Caption = '&Find Local NTP Servers'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button2Click
- end
- end
-